home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global h1, h2, h3
- set hot to 16
- if the mouseCast = 58 then
- go("naveg")
- end if
- if (the visible of sprite 12 = 0) and (the visible of sprite 13 = 0) then
- repeat while hot < 19
- if rollOver(hot) then
- if the visible of sprite (hot - 13) = 0 then
- sound playFile 2, "..\som\slosino.wav"
- set the visible of sprite (hot - 13) to 1
- end if
- else
- set the visible of sprite (hot - 13) to 0
- end if
- set hot to hot + 1
- end repeat
- end if
- updateStage()
- go(the frame)
- end
-